Vcenter VmTemplate LibraryItems DiskStorageInfo

Vcenter VmTemplate LibraryItems DiskStorageInfo
Vcenter VmTemplate LibraryItems DiskStorageInfo

The Vcenter VmTemplate LibraryItems DiskStorageInfo schema contains storage related information about a virtual machine template's virtual disk.

This schema was added in vSphere API 6.8.

JSON Example
{
    "datastore": "string",
    "storage_policy": "string"
}
string
datastore
Required

Identifier of the datastore where the disk is stored.

This property was added in vSphere API 6.8.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: Datastore. When operations return a value of this schema as a response, the property will be an identifier for the resource type: Datastore.

string
storage_policy
Optional

Identifier of the storage policy associated with the virtual disk.

This property was added in vSphere API 6.8.

If missing or null, the virtual disk does not have a storage policy associated with it.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.spbm.StorageProfile. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.spbm.StorageProfile.